From 06fb81da5caf8ca5e5dd7e341e0a3dc5b9f6096c Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Fri, 6 Jul 2007 02:41:18 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 70ec8e7b62a..8ed55f6a515 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2007-07-05 Jay Belanger + + * calc/calc-comb.el (math-random-digit): Rename to + `math-random-three-digit-number'. + (math-random-digits): Don't depend on representation of integer. + + * calc/calc-bin.el (math-bignum-logb-digit-size) + (math-bignum-digit-power-of-two): New constants. + (math-and-bignum,math-or-bignum,math-xor-bignum,math-diff-bignum) + (math-not-bignum,math-clip-bignum): Use the constants + `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size' + instead of their values. + (math-clip): Use math-small-integer-size instead of its value. + 2007-07-05 Chong Yidong * wid-edit.el (widget-documentation-string-value-create): Insert -- 2.30.2